home *** CD-ROM | disk | FTP | other *** search
/ El Mac 7 / El Mac 7.iso / Infotenimiento / Makers of the 20th Century / Data / RANDOM.DIR / 00054.ls < prev    next >
Encoding:
Text File  |  1996-03-11  |  488 b   |  18 lines

  1. on mouseDown
  2.   global Choose
  3.   if the name of cast the castNum of sprite 4 = "stop" then
  4.     puppetSound("random2")
  5.     updateStage()
  6.     set Choose to 1
  7.     set the castNum of sprite 4 to the number of cast "contineu"
  8.     put the name of cast the castNum of sprite 3 into field "namesText"
  9.   else
  10.     puppetSound("random4")
  11.     updateStage()
  12.     set Choose to 0
  13.     set the castNum of sprite 4 to the number of cast "stop"
  14.     put " " into field "namesText"
  15.   end if
  16.   updateStage()
  17. end
  18.